home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / utility / nmail28u / _SETUP.1 / NETMAIL.EXE / 0 / RCDATA / TPRINTPROGRESS / TPRINTPROGRESS.txt
Text File  |  1999-09-10  |  948b  |  51 lines

  1. object PrintProgress: TPrintProgress
  2.   Left = 217
  3.   Top = 184
  4.   BorderStyle = bsDialog
  5.   Caption = 'Print Progress'
  6.   ClientHeight = 75
  7.   ClientWidth = 210
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 48
  18.     Top = 4
  19.     Width = 115
  20.     Height = 13
  21.     Caption = 'Printing document...'
  22.   end
  23.   object BkPanel: TPanel
  24.     Left = 10
  25.     Top = 20
  26.     Width = 189
  27.     Height = 23
  28.     BevelOuter = bvNone
  29.     BorderStyle = bsSingle
  30.     Color = clWhite
  31.     TabOrder = 0
  32.     object StatusBar: TPanel
  33.       Left = 0
  34.       Top = 0
  35.       Width = 0
  36.       Height = 21
  37.       Color = clBlue
  38.       TabOrder = 0
  39.     end
  40.   end
  41.   object CancelBtn: TButton
  42.     Left = 58
  43.     Top = 48
  44.     Width = 89
  45.     Height = 23
  46.     Caption = 'Cancel'
  47.     TabOrder = 1
  48.     OnClick = CancelBtnClick
  49.   end
  50. end
  51.